[INFO] fetching crate fluidlite-sys 0.2.1...
[INFO] fixing fluidlite-sys-0.2.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate fluidlite-sys 0.2.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate fluidlite-sys 0.2.1
[INFO] finished tweaking crates.io crate fluidlite-sys 0.2.1
[INFO] tweaked toml for crates.io crate fluidlite-sys 0.2.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate fluidlite-sys 0.2.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 68 packages to latest compatible versions
[INFO] [stderr]       Adding bindgen v0.59.2 (available: v0.72.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 17dec212fdea4f0b0a1f2f9bd34115569c5f760f8918de82422155469be73ea8
[INFO] running `Command { std: "docker" "start" "17dec212fdea4f0b0a1f2f9bd34115569c5f760f8918de82422155469be73ea8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17dec212fdea4f0b0a1f2f9bd34115569c5f760f8918de82422155469be73ea8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17dec212fdea4f0b0a1f2f9bd34115569c5f760f8918de82422155469be73ea8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "17dec212fdea4f0b0a1f2f9bd34115569c5f760f8918de82422155469be73ea8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling fluidlite-sys v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating build.rs from 2018 edition to 2021
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_sys.c: In function 'fluid_default_log_function':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_sys.c:91:60: warning: unused parameter 'data' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:    91 | fluid_default_log_function(int level, char* message, void* data)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                      ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'default_fopen':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:110:45: warning: unused parameter 'fileapi' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   110 | static void* default_fopen(fluid_fileapi_t *fileapi, const char * path)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                            ~~~~~~~~~~~~~~~~~^~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'fluid_defpreset_noteon':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:805:53: warning: variable 'z' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   805 |   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                     ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_verify_settings':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:321:51: warning: unused parameter 'settings' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   321 | int fluid_synth_verify_settings(fluid_settings_t *settings)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                 ~~~~~~~~~~~~~~~~~~^~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_set_sample_rate':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:573:57: warning: unused parameter 'sample_rate' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   573 | fluid_synth_set_sample_rate(fluid_synth_t* synth, float sample_rate)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                   ~~~~~~^~~~~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_error':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:738:34: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   738 | fluid_synth_error(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                   ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_update_gain':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1753:57: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1753 | int fluid_synth_update_gain(fluid_synth_t* synth, char* name, double value)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                   ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_update_polyphony':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1788:62: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1788 | int fluid_synth_update_polyphony(fluid_synth_t* synth, char* name, int value)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                        ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_get_internal_bufsize':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1829:53: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1829 | int fluid_synth_get_internal_bufsize(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                      ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_nwrite_float':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1957:16: warning: unused parameter 'fx_left' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1957 |        float** fx_left, float** fx_right)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |        ~~~~~~~~^~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1957:33: warning: unused parameter 'fx_right' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1957 |        float** fx_left, float** fx_right)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                         ~~~~~~~~^~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_process':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2009:28: warning: unused parameter 'nin' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2009 |                        int nin, float** in,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                        ~~~~^~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2009:41: warning: unused parameter 'in' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2009 |                        int nin, float** in,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                 ~~~~~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_sfunload_macos9':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2602:49: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2602 | void fluid_synth_sfunload_macos9(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                  ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_activate_octave_tuning':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3107:79: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3107 |                                    const char* name, const double* pitch, int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                                           ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_tune_notes':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3114:65: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3114 |                           int len, int *key, double* pitch, int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                             ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_activate_tuning':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3181:33: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3181 |                             int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                             ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_start':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3439:27: warning: unused parameter 'audio_chan' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3439 |                       int audio_chan, int midi_chan, int key, int vel)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                       ~~~~^~~~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'sfont_zone_delete':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:3354:29: warning: unused parameter 'sf' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3354 | sfont_zone_delete (SFData * sf, fluid_list_t ** zlist, SFZone * zone)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                    ~~~~~~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'gerr':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:3408:11: warning: unused parameter 'ev' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3408 | gerr (int ev, char * fmt, ...)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |       ~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'fluid_defpreset_import_sfont':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:1051:49: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1051 |     FLUID_SPRINTF(preset->name, "Bank%d,Preset%d", sfpreset->bank, sfpreset->prenum);
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                 ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: In file included from lib/src/fluid_defsfont.h:29,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:                  from lib/src/fluid_defsfont.c:25:
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluidsynth_priv.h:197:38: note: 'sprintf' output between 14 and 22 bytes into a destination of size 21
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   197 | #define FLUID_SPRINTF                sprintf
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:1051:5: note: in expansion of macro 'FLUID_SPRINTF'
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1051 |     FLUID_SPRINTF(preset->name, "Bank%d,Preset%d", sfpreset->bank, sfpreset->prenum);
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |     ^~~~~~~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_ramsfont.c: In function 'fluid_rampreset_noteon':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_ramsfont.c:794:53: warning: variable 'z' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   794 |   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                     ^
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
[INFO] [stderr] crater-edition-check: fluidlite-sys v0.2.1 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling fluidlite-sys v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'default_fopen':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:110:45: warning: unused parameter 'fileapi' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   110 | static void* default_fopen(fluid_fileapi_t *fileapi, const char * path)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                            ~~~~~~~~~~~~~~~~~^~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'fluid_defpreset_noteon':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:805:53: warning: variable 'z' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   805 |   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                     ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'sfont_zone_delete':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:3354:29: warning: unused parameter 'sf' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3354 | sfont_zone_delete (SFData * sf, fluid_list_t ** zlist, SFZone * zone)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                    ~~~~~~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'gerr':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:3408:11: warning: unused parameter 'ev' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3408 | gerr (int ev, char * fmt, ...)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |       ~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_ramsfont.c: In function 'fluid_rampreset_noteon':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_ramsfont.c:794:53: warning: variable 'z' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   794 |   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                     ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_sys.c: In function 'fluid_default_log_function':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_sys.c:91:60: warning: unused parameter 'data' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:    91 | fluid_default_log_function(int level, char* message, void* data)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                      ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'fluid_defpreset_import_sfont':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:1051:49: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1051 |     FLUID_SPRINTF(preset->name, "Bank%d,Preset%d", sfpreset->bank, sfpreset->prenum);
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                 ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: In file included from lib/src/fluid_defsfont.h:29,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:                  from lib/src/fluid_defsfont.c:25:
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluidsynth_priv.h:197:38: note: 'sprintf' output between 14 and 22 bytes into a destination of size 21
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   197 | #define FLUID_SPRINTF                sprintf
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:1051:5: note: in expansion of macro 'FLUID_SPRINTF'
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1051 |     FLUID_SPRINTF(preset->name, "Bank%d,Preset%d", sfpreset->bank, sfpreset->prenum);
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |     ^~~~~~~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_verify_settings':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:321:51: warning: unused parameter 'settings' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   321 | int fluid_synth_verify_settings(fluid_settings_t *settings)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                 ~~~~~~~~~~~~~~~~~~^~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_set_sample_rate':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:573:57: warning: unused parameter 'sample_rate' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   573 | fluid_synth_set_sample_rate(fluid_synth_t* synth, float sample_rate)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                   ~~~~~~^~~~~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_error':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:738:34: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   738 | fluid_synth_error(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                   ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_update_gain':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1753:57: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1753 | int fluid_synth_update_gain(fluid_synth_t* synth, char* name, double value)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                   ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_update_polyphony':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1788:62: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1788 | int fluid_synth_update_polyphony(fluid_synth_t* synth, char* name, int value)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                        ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_get_internal_bufsize':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1829:53: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1829 | int fluid_synth_get_internal_bufsize(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                      ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_nwrite_float':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1957:16: warning: unused parameter 'fx_left' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1957 |        float** fx_left, float** fx_right)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |        ~~~~~~~~^~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1957:33: warning: unused parameter 'fx_right' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1957 |        float** fx_left, float** fx_right)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                         ~~~~~~~~^~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_process':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2009:28: warning: unused parameter 'nin' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2009 |                        int nin, float** in,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                        ~~~~^~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2009:41: warning: unused parameter 'in' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2009 |                        int nin, float** in,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                 ~~~~~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_sfunload_macos9':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2602:49: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2602 | void fluid_synth_sfunload_macos9(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                  ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_activate_octave_tuning':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3107:79: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3107 |                                    const char* name, const double* pitch, int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                                           ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_tune_notes':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3114:65: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3114 |                           int len, int *key, double* pitch, int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                             ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_activate_tuning':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3181:33: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3181 |                             int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                             ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_start':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3439:27: warning: unused parameter 'audio_chan' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3439 |                       int audio_chan, int midi_chan, int key, int vel)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                       ~~~~^~~~~~~~~~
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'default_fopen':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:110:45: warning: unused parameter 'fileapi' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   110 | static void* default_fopen(fluid_fileapi_t *fileapi, const char * path)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                            ~~~~~~~~~~~~~~~~~^~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'fluid_defpreset_noteon':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:805:53: warning: variable 'z' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   805 |   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                     ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'sfont_zone_delete':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:3354:29: warning: unused parameter 'sf' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3354 | sfont_zone_delete (SFData * sf, fluid_list_t ** zlist, SFZone * zone)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                    ~~~~~~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'gerr':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:3408:11: warning: unused parameter 'ev' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3408 | gerr (int ev, char * fmt, ...)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |       ~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_ramsfont.c: In function 'fluid_rampreset_noteon':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_ramsfont.c:794:53: warning: variable 'z' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   794 |   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                     ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_sys.c: In function 'fluid_default_log_function':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_sys.c:91:60: warning: unused parameter 'data' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:    91 | fluid_default_log_function(int level, char* message, void* data)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                      ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'fluid_defpreset_import_sfont':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:1051:49: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1051 |     FLUID_SPRINTF(preset->name, "Bank%d,Preset%d", sfpreset->bank, sfpreset->prenum);
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                 ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: In file included from lib/src/fluid_defsfont.h:29,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:                  from lib/src/fluid_defsfont.c:25:
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluidsynth_priv.h:197:38: note: 'sprintf' output between 14 and 22 bytes into a destination of size 21
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   197 | #define FLUID_SPRINTF                sprintf
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:1051:5: note: in expansion of macro 'FLUID_SPRINTF'
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1051 |     FLUID_SPRINTF(preset->name, "Bank%d,Preset%d", sfpreset->bank, sfpreset->prenum);
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |     ^~~~~~~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_verify_settings':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:321:51: warning: unused parameter 'settings' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   321 | int fluid_synth_verify_settings(fluid_settings_t *settings)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                 ~~~~~~~~~~~~~~~~~~^~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_set_sample_rate':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:573:57: warning: unused parameter 'sample_rate' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   573 | fluid_synth_set_sample_rate(fluid_synth_t* synth, float sample_rate)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                   ~~~~~~^~~~~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_error':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:738:34: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   738 | fluid_synth_error(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                   ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_update_gain':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1753:57: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1753 | int fluid_synth_update_gain(fluid_synth_t* synth, char* name, double value)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                   ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_update_polyphony':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1788:62: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1788 | int fluid_synth_update_polyphony(fluid_synth_t* synth, char* name, int value)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                        ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_get_internal_bufsize':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1829:53: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1829 | int fluid_synth_get_internal_bufsize(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                      ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_nwrite_float':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1957:16: warning: unused parameter 'fx_left' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1957 |        float** fx_left, float** fx_right)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |        ~~~~~~~~^~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1957:33: warning: unused parameter 'fx_right' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1957 |        float** fx_left, float** fx_right)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                         ~~~~~~~~^~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_process':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2009:28: warning: unused parameter 'nin' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2009 |                        int nin, float** in,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                        ~~~~^~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2009:41: warning: unused parameter 'in' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2009 |                        int nin, float** in,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                 ~~~~~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_sfunload_macos9':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2602:49: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2602 | void fluid_synth_sfunload_macos9(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                  ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_activate_octave_tuning':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3107:79: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3107 |                                    const char* name, const double* pitch, int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                                           ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_tune_notes':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3114:65: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3114 |                           int len, int *key, double* pitch, int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                             ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_activate_tuning':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3181:33: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3181 |                             int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                             ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_start':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3439:27: warning: unused parameter 'audio_chan' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3439 |                       int audio_chan, int midi_chan, int key, int vel)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                       ~~~~^~~~~~~~~~
[INFO] [stderr]     Checking fluidlite-sys v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/bindings/x86_64-linux-gnu.rs (140 fixes)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s
[INFO] [stderr] crater-edition-check: fluidlite-sys v0.2.1 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]    Compiling fluidlite-sys v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'default_fopen':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:110:45: warning: unused parameter 'fileapi' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   110 | static void* default_fopen(fluid_fileapi_t *fileapi, const char * path)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                            ~~~~~~~~~~~~~~~~~^~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'fluid_defpreset_noteon':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:805:53: warning: variable 'z' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   805 |   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                     ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_ramsfont.c: In function 'fluid_rampreset_noteon':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_ramsfont.c:794:53: warning: variable 'z' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   794 |   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                     ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_verify_settings':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:321:51: warning: unused parameter 'settings' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   321 | int fluid_synth_verify_settings(fluid_settings_t *settings)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                 ~~~~~~~~~~~~~~~~~~^~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_set_sample_rate':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:573:57: warning: unused parameter 'sample_rate' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   573 | fluid_synth_set_sample_rate(fluid_synth_t* synth, float sample_rate)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                   ~~~~~~^~~~~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_error':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:738:34: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   738 | fluid_synth_error(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                   ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_update_gain':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1753:57: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1753 | int fluid_synth_update_gain(fluid_synth_t* synth, char* name, double value)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                   ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_update_polyphony':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1788:62: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1788 | int fluid_synth_update_polyphony(fluid_synth_t* synth, char* name, int value)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                        ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_get_internal_bufsize':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1829:53: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1829 | int fluid_synth_get_internal_bufsize(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                      ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_nwrite_float':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1957:16: warning: unused parameter 'fx_left' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1957 |        float** fx_left, float** fx_right)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |        ~~~~~~~~^~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1957:33: warning: unused parameter 'fx_right' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1957 |        float** fx_left, float** fx_right)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                         ~~~~~~~~^~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_process':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2009:28: warning: unused parameter 'nin' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2009 |                        int nin, float** in,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                        ~~~~^~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2009:41: warning: unused parameter 'in' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2009 |                        int nin, float** in,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                 ~~~~~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_sfunload_macos9':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2602:49: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2602 | void fluid_synth_sfunload_macos9(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                  ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_sys.c: In function 'fluid_default_log_function':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_sys.c:91:60: warning: unused parameter 'data' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:    91 | fluid_default_log_function(int level, char* message, void* data)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                      ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_activate_octave_tuning':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'sfont_zone_delete':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:3354:29: warning: unused parameter 'sf' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3354 | sfont_zone_delete (SFData * sf, fluid_list_t ** zlist, SFZone * zone)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                    ~~~~~~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'gerr':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:3408:11: warning: unused parameter 'ev' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3408 | gerr (int ev, char * fmt, ...)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |       ~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'fluid_defpreset_import_sfont':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:1051:49: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1051 |     FLUID_SPRINTF(preset->name, "Bank%d,Preset%d", sfpreset->bank, sfpreset->prenum);
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                 ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: In file included from lib/src/fluid_defsfont.h:29,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:                  from lib/src/fluid_defsfont.c:25:
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluidsynth_priv.h:197:38: note: 'sprintf' output between 14 and 22 bytes into a destination of size 21
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   197 | #define FLUID_SPRINTF                sprintf
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:1051:5: note: in expansion of macro 'FLUID_SPRINTF'
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1051 |     FLUID_SPRINTF(preset->name, "Bank%d,Preset%d", sfpreset->bank, sfpreset->prenum);
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |     ^~~~~~~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3107:79: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3107 |                                    const char* name, const double* pitch, int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                                           ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_tune_notes':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3114:65: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3114 |                           int len, int *key, double* pitch, int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                             ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_activate_tuning':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3181:33: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3181 |                             int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                             ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_start':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3439:27: warning: unused parameter 'audio_chan' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3439 |                       int audio_chan, int midi_chan, int key, int vel)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                       ~~~~^~~~~~~~~~
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> src/bindings/x86_64-linux-gnu.rs:2251:41
[INFO] [stdout]      |
[INFO] [stdout] 2251 |     pub fn fluid_gen_set_default_values(gen: *mut fluid_gen_t) -> ::std::os::raw::c_int;
[INFO] [stdout]      |                                         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 2251 |     pub fn fluid_gen_set_default_values(r#gen: *mut fluid_gen_t) -> ::std::os::raw::c_int;
[INFO] [stdout]      |                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> src/bindings/x86_64-linux-gnu.rs:2257:64
[INFO] [stdout]      |
[INFO] [stdout] 2257 |     pub fn fluid_voice_update_param(voice: *mut fluid_voice_t, gen: ::std::os::raw::c_int);
[INFO] [stdout]      |                                                                ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 2257 |     pub fn fluid_voice_update_param(voice: *mut fluid_voice_t, r#gen: ::std::os::raw::c_int);
[INFO] [stdout]      |                                                                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> src/bindings/x86_64-linux-gnu.rs:2272:59
[INFO] [stdout]      |
[INFO] [stdout] 2272 |     pub fn fluid_voice_gen_set(voice: *mut fluid_voice_t, gen: ::std::os::raw::c_int, val: f32);
[INFO] [stdout]      |                                                           ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 2272 |     pub fn fluid_voice_gen_set(voice: *mut fluid_voice_t, r#gen: ::std::os::raw::c_int, val: f32);
[INFO] [stdout]      |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> src/bindings/x86_64-linux-gnu.rs:2276:59
[INFO] [stdout]      |
[INFO] [stdout] 2276 |     pub fn fluid_voice_gen_get(voice: *mut fluid_voice_t, gen: ::std::os::raw::c_int) -> f32;
[INFO] [stdout]      |                                                           ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 2276 |     pub fn fluid_voice_gen_get(voice: *mut fluid_voice_t, r#gen: ::std::os::raw::c_int) -> f32;
[INFO] [stdout]      |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> src/bindings/x86_64-linux-gnu.rs:2280:60
[INFO] [stdout]      |
[INFO] [stdout] 2280 |     pub fn fluid_voice_gen_incr(voice: *mut fluid_voice_t, gen: ::std::os::raw::c_int, val: f32);
[INFO] [stdout]      |                                                            ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 2280 |     pub fn fluid_voice_gen_incr(voice: *mut fluid_voice_t, r#gen: ::std::os::raw::c_int, val: f32);
[INFO] [stdout]      |                                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> src/bindings/x86_64-linux-gnu.rs:2251:41
[INFO] [stdout]      |
[INFO] [stdout] 2251 |     pub fn fluid_gen_set_default_values(gen: *mut fluid_gen_t) -> ::std::os::raw::c_int;
[INFO] [stdout]      |                                         ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 2251 |     pub fn fluid_gen_set_default_values(r#gen: *mut fluid_gen_t) -> ::std::os::raw::c_int;
[INFO] [stdout]      |                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> src/bindings/x86_64-linux-gnu.rs:2257:64
[INFO] [stdout]      |
[INFO] [stdout] 2257 |     pub fn fluid_voice_update_param(voice: *mut fluid_voice_t, gen: ::std::os::raw::c_int);
[INFO] [stdout]      |                                                                ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 2257 |     pub fn fluid_voice_update_param(voice: *mut fluid_voice_t, r#gen: ::std::os::raw::c_int);
[INFO] [stdout]      |                                                                ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> src/bindings/x86_64-linux-gnu.rs:2272:59
[INFO] [stdout]      |
[INFO] [stdout] 2272 |     pub fn fluid_voice_gen_set(voice: *mut fluid_voice_t, gen: ::std::os::raw::c_int, val: f32);
[INFO] [stdout]      |                                                           ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 2272 |     pub fn fluid_voice_gen_set(voice: *mut fluid_voice_t, r#gen: ::std::os::raw::c_int, val: f32);
[INFO] [stdout]      |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> src/bindings/x86_64-linux-gnu.rs:2276:59
[INFO] [stdout]      |
[INFO] [stdout] 2276 |     pub fn fluid_voice_gen_get(voice: *mut fluid_voice_t, gen: ::std::os::raw::c_int) -> f32;
[INFO] [stdout]      |                                                           ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 2276 |     pub fn fluid_voice_gen_get(voice: *mut fluid_voice_t, r#gen: ::std::os::raw::c_int) -> f32;
[INFO] [stdout]      |                                                           ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected identifier, found reserved keyword `gen`
[INFO] [stdout]     --> src/bindings/x86_64-linux-gnu.rs:2280:60
[INFO] [stdout]      |
[INFO] [stdout] 2280 |     pub fn fluid_voice_gen_incr(voice: *mut fluid_voice_t, gen: ::std::os::raw::c_int, val: f32);
[INFO] [stdout]      |                                                            ^^^ expected identifier, found reserved keyword
[INFO] [stdout]      |
[INFO] [stdout] help: escape `gen` to use it as an identifier
[INFO] [stdout]      |
[INFO] [stdout] 2280 |     pub fn fluid_voice_gen_incr(voice: *mut fluid_voice_t, r#gen: ::std::os::raw::c_int, val: f32);
[INFO] [stdout]      |                                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'default_fopen':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:110:45: warning: unused parameter 'fileapi' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   110 | static void* default_fopen(fluid_fileapi_t *fileapi, const char * path)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                            ~~~~~~~~~~~~~~~~~^~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'fluid_defpreset_noteon':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:805:53: warning: variable 'z' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   805 |   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                     ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_ramsfont.c: In function 'fluid_rampreset_noteon':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_ramsfont.c:794:53: warning: variable 'z' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   794 |   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                     ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_verify_settings':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:321:51: warning: unused parameter 'settings' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   321 | int fluid_synth_verify_settings(fluid_settings_t *settings)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                 ~~~~~~~~~~~~~~~~~~^~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_set_sample_rate':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:573:57: warning: unused parameter 'sample_rate' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   573 | fluid_synth_set_sample_rate(fluid_synth_t* synth, float sample_rate)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                   ~~~~~~^~~~~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_error':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:738:34: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   738 | fluid_synth_error(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                   ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_update_gain':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1753:57: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1753 | int fluid_synth_update_gain(fluid_synth_t* synth, char* name, double value)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                   ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_update_polyphony':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1788:62: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1788 | int fluid_synth_update_polyphony(fluid_synth_t* synth, char* name, int value)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                        ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_get_internal_bufsize':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1829:53: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1829 | int fluid_synth_get_internal_bufsize(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                      ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_nwrite_float':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1957:16: warning: unused parameter 'fx_left' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1957 |        float** fx_left, float** fx_right)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |        ~~~~~~~~^~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1957:33: warning: unused parameter 'fx_right' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1957 |        float** fx_left, float** fx_right)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                         ~~~~~~~~^~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_process':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2009:28: warning: unused parameter 'nin' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2009 |                        int nin, float** in,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                        ~~~~^~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2009:41: warning: unused parameter 'in' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2009 |                        int nin, float** in,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                 ~~~~~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_sfunload_macos9':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2602:49: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2602 | void fluid_synth_sfunload_macos9(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                  ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_sys.c: In function 'fluid_default_log_function':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_sys.c:91:60: warning: unused parameter 'data' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:    91 | fluid_default_log_function(int level, char* message, void* data)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                      ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_activate_octave_tuning':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'sfont_zone_delete':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:3354:29: warning: unused parameter 'sf' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3354 | sfont_zone_delete (SFData * sf, fluid_list_t ** zlist, SFZone * zone)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                    ~~~~~~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'gerr':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:3408:11: warning: unused parameter 'ev' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3408 | gerr (int ev, char * fmt, ...)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |       ~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'fluid_defpreset_import_sfont':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:1051:49: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1051 |     FLUID_SPRINTF(preset->name, "Bank%d,Preset%d", sfpreset->bank, sfpreset->prenum);
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                 ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: In file included from lib/src/fluid_defsfont.h:29,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:                  from lib/src/fluid_defsfont.c:25:
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluidsynth_priv.h:197:38: note: 'sprintf' output between 14 and 22 bytes into a destination of size 21
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   197 | #define FLUID_SPRINTF                sprintf
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:1051:5: note: in expansion of macro 'FLUID_SPRINTF'
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1051 |     FLUID_SPRINTF(preset->name, "Bank%d,Preset%d", sfpreset->bank, sfpreset->prenum);
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |     ^~~~~~~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3107:79: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3107 |                                    const char* name, const double* pitch, int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                                           ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_tune_notes':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3114:65: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3114 |                           int len, int *key, double* pitch, int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                             ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_activate_tuning':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3181:33: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3181 |                             int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                             ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_start':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3439:27: warning: unused parameter 'audio_chan' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3439 |                       int audio_chan, int midi_chan, int key, int vel)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                       ~~~~^~~~~~~~~~
[INFO] [stderr] error: could not compile `fluidlite-sys` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'default_fopen':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:110:45: warning: unused parameter 'fileapi' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   110 | static void* default_fopen(fluid_fileapi_t *fileapi, const char * path)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                            ~~~~~~~~~~~~~~~~~^~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'fluid_defpreset_noteon':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:805:53: warning: variable 'z' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   805 |   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                     ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_ramsfont.c: In function 'fluid_rampreset_noteon':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_ramsfont.c:794:53: warning: variable 'z' set but not used [-Wunused-but-set-variable]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   794 |   fluid_inst_zone_t *inst_zone, *global_inst_zone, *z;
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                     ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_verify_settings':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:321:51: warning: unused parameter 'settings' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   321 | int fluid_synth_verify_settings(fluid_settings_t *settings)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                 ~~~~~~~~~~~~~~~~~~^~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_set_sample_rate':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:573:57: warning: unused parameter 'sample_rate' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   573 | fluid_synth_set_sample_rate(fluid_synth_t* synth, float sample_rate)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                   ~~~~~~^~~~~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_error':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:738:34: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   738 | fluid_synth_error(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                   ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_update_gain':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1753:57: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1753 | int fluid_synth_update_gain(fluid_synth_t* synth, char* name, double value)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                   ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_update_polyphony':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1788:62: warning: unused parameter 'name' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1788 | int fluid_synth_update_polyphony(fluid_synth_t* synth, char* name, int value)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                        ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_get_internal_bufsize':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1829:53: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1829 | int fluid_synth_get_internal_bufsize(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                      ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_nwrite_float':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1957:16: warning: unused parameter 'fx_left' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1957 |        float** fx_left, float** fx_right)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |        ~~~~~~~~^~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:1957:33: warning: unused parameter 'fx_right' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1957 |        float** fx_left, float** fx_right)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                         ~~~~~~~~^~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_process':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2009:28: warning: unused parameter 'nin' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2009 |                        int nin, float** in,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                        ~~~~^~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2009:41: warning: unused parameter 'in' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2009 |                        int nin, float** in,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                 ~~~~~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_sfunload_macos9':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:2602:49: warning: unused parameter 'synth' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  2602 | void fluid_synth_sfunload_macos9(fluid_synth_t* synth)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                  ~~~~~~~~~~~~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_sys.c: In function 'fluid_default_log_function':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_sys.c:91:60: warning: unused parameter 'data' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:    91 | fluid_default_log_function(int level, char* message, void* data)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                      ~~~~~~^~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_activate_octave_tuning':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'sfont_zone_delete':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:3354:29: warning: unused parameter 'sf' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3354 | sfont_zone_delete (SFData * sf, fluid_list_t ** zlist, SFZone * zone)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                    ~~~~~~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'gerr':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:3408:11: warning: unused parameter 'ev' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3408 | gerr (int ev, char * fmt, ...)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |       ~~~~^~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c: In function 'fluid_defpreset_import_sfont':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:1051:49: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1051 |     FLUID_SPRINTF(preset->name, "Bank%d,Preset%d", sfpreset->bank, sfpreset->prenum);
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                 ^
[INFO] [stderr] warning: fluidlite-sys@0.2.1: In file included from lib/src/fluid_defsfont.h:29,
[INFO] [stderr] warning: fluidlite-sys@0.2.1:                  from lib/src/fluid_defsfont.c:25:
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluidsynth_priv.h:197:38: note: 'sprintf' output between 14 and 22 bytes into a destination of size 21
[INFO] [stderr] warning: fluidlite-sys@0.2.1:   197 | #define FLUID_SPRINTF                sprintf
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_defsfont.c:1051:5: note: in expansion of macro 'FLUID_SPRINTF'
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  1051 |     FLUID_SPRINTF(preset->name, "Bank%d,Preset%d", sfpreset->bank, sfpreset->prenum);
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |     ^~~~~~~~~~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3107:79: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3107 |                                    const char* name, const double* pitch, int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                                           ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_tune_notes':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3114:65: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3114 |                           int len, int *key, double* pitch, int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                                                             ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_activate_tuning':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3181:33: warning: unused parameter 'apply' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3181 |                             int apply)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                             ~~~~^~~~~
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c: In function 'fluid_synth_start':
[INFO] [stderr] warning: fluidlite-sys@0.2.1: lib/src/fluid_synth.c:3439:27: warning: unused parameter 'audio_chan' [-Wunused-parameter]
[INFO] [stderr] warning: fluidlite-sys@0.2.1:  3439 |                       int audio_chan, int midi_chan, int key, int vel)
[INFO] [stderr] warning: fluidlite-sys@0.2.1:       |                       ~~~~^~~~~~~~~~
[INFO] [stderr] error: could not compile `fluidlite-sys` (lib test) due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "17dec212fdea4f0b0a1f2f9bd34115569c5f760f8918de82422155469be73ea8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17dec212fdea4f0b0a1f2f9bd34115569c5f760f8918de82422155469be73ea8", kill_on_drop: false }`
[INFO] [stdout] 17dec212fdea4f0b0a1f2f9bd34115569c5f760f8918de82422155469be73ea8
